Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2680

@NordicBuilder NordicBuilder requested review from a team as code owners March 28, 2025 12:40
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Mar 28, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Mar 28, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@9ec6585 nrfconnect/sdk-zephyr@e5d1ba3 (main) nrfconnect/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Mar 28, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 9

Inputs:

Sources:

sdk-nrf: PR head: bf5799fb1b49c2bc9e3c57b87de9f40e2e2e15f4
zephyr: PR head: e5d1ba3584e03caaa682406422c490617367badc

more details

sdk-nrf:

PR head: bf5799fb1b49c2bc9e3c57b87de9f40e2e2e15f4
merge base: 6a99357fb00f3f468ad6396d58b324315718c315
target head (main): 85744d444858ffa7f578caf76caf0f562073fde1
Diff

zephyr:

PR head: e5d1ba3584e03caaa682406422c490617367badc
merge base: 9ec6585407fc97aedc799f500c2f6f9ae621b94b
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (136)
west.yml
zephyr
│  ├── MAINTAINERS.yml
│  ├── arch
│  │  ├── arm
│  │  │  ├── core
│  │  │  │  ├── cortex_m
│  │  │  │  │  ├── pm_s2ram.S
│  │  │  │  │  ├── pm_s2ram.c
│  │  │  │  │  ├── reset.S
│  │  │  │  │  │ swap_helper.S
│  ├── boards
│  │  ├── realtek
│  │  │  ├── index.rst
│  │  │  ├── rts5912_evb
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.rts5912_evb
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── rts5912_evb.rst
│  │  │  │  │  │ rts5912evb.webp
│  │  │  │  ├── rts5912_evb.dts
│  │  │  │  ├── rts5912_evb.yaml
│  │  │  │  │ rts5912_evb_defconfig
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── networking
│  │  │  │  ├── api
│  │  │  │  │  │ wifi.rst
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── clock_control
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nrf
│  │  │  ├── Kconfig.rts5912
│  │  │  ├── clock_control_nrf2_audiopll.c
│  │  │  │ clock_control_rts5912_sccon.c
│  │  ├── gpio
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.rts5912
│  │  │  │ gpio_rts5912.c
│  │  ├── i2s
│  │  │  ├── Kconfig.nrfx
│  │  │  │ i2s_nrfx_tdm.c
│  │  ├── pinctrl
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.realtek_rts5912
│  │  │  ├── Kconfig.sy1xx
│  │  │  ├── pinctrl_realtek_rts5912.c
│  │  │  │ pinctrl_sy1xx.c
│  │  ├── serial
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.realtek_rts5912
│  │  │  │ uart_realtek_rts5912.c
│  │  ├── timer
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.realtek_rts5912_rtmr
│  │  │  │ realtek_rts5912_rtmr.c
│  │  ├── wifi
│  │  │  ├── nrf_wifi
│  │  │  │  ├── src
│  │  │  │  │  │ wifi_mgmt_scan.c
│  ├── dts
│  │  ├── arm
│  │  │  ├── realtek
│  │  │  │  ├── ec
│  │  │  │  │  ├── rts5912-pinctrl.dtsi
│  │  │  │  │  │ rts5912.dtsi
│  │  ├── bindings
│  │  │  ├── clock
│  │  │  │  ├── nordic,nrfs-audiopll.yaml
│  │  │  │  │ realtek,rts5912-sccon.yaml
│  │  │  ├── gpio
│  │  │  │  │ realtek,rts5912-gpio.yaml
│  │  │  ├── misc
│  │  │  │  │ nordic,nrf-dppic-local.yaml
│  │  │  ├── pinctrl
│  │  │  │  ├── realtek,rts5912-pinctrl.yaml
│  │  │  │  │ sensry,sy1xx-pinctrl.yaml
│  │  │  ├── serial
│  │  │  │  │ realtek,rts5912-uart.yaml
│  │  │  ├── timer
│  │  │  │  ├── realtek,rts5912-rtmr.yaml
│  │  │  │  │ realtek,rts5912-slwtimer.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  ├── nrf54h20.dtsi
│  │  │  │  │ nrf9280.dtsi
│  │  ├── riscv
│  │  │  ├── sensry
│  │  │  │  │ ganymed-sy1xx.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── arch
│  │  │  │  ├── common
│  │  │  │  │  │ pm_s2ram.h
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ clock_control_rts5912.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── clock
│  │  │  │  │  ├── nrfs-audiopll.h
│  │  │  │  │  │ rts5912_clock.h
│  │  │  │  ├── gpio
│  │  │  │  │  │ realtek-gpio.h
│  │  │  │  ├── pinctrl
│  │  │  │  │  ├── realtek-rts5912-pinctrl.h
│  │  │  │  │  │ sy1xx-pinctrl.h
│  │  │  ├── net
│  │  │  │  ├── wifi.h
│  │  │  │  │ wifi_credentials.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  │ nrfx_zephyr_utils.h
│  │  ├── hostap
│  │  │  ├── src
│  │  │  │  │ supp_api.c
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── clock_control
│  │  │  │  │  ├── configs
│  │  │  │  │  │  ├── audiopll.conf
│  │  │  │  │  │  │ audiopll.overlay
│  │  │  │  │  │ sample.yaml
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_sequence
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── net
│  │  │  ├── wifi
│  │  │  │  ├── shell
│  │  │  │  │  ├── overlay-enterprise.conf
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── test_certs
│  │  │  │  │  ├── install_certs.sh
│  │  │  │  │  ├── rsa2k
│  │  │  │  │  │  ├── ca.pem
│  │  │  │  │  │  ├── ca2.pem
│  │  │  │  │  │  ├── client-key.pem
│  │  │  │  │  │  ├── client-key2.pem
│  │  │  │  │  │  ├── client.pem
│  │  │  │  │  │  ├── client2.pem
│  │  │  │  │  │  ├── server-key.pem
│  │  │  │  │  │  │ server.pem
│  │  │  │  │  ├── rsa3k
│  │  │  │  │  │  ├── ca.pem
│  │  │  │  │  │  ├── ca2.pem
│  │  │  │  │  │  ├── client-key.pem
│  │  │  │  │  │  ├── client-key2.pem
│  │  │  │  │  │  ├── client.pem
│  │  │  │  │  │  ├── client2.pem
│  │  │  │  │  │  ├── server-key.pem
│  │  │  │  │  │  │ server.pem
│  ├── snippets
│  │  ├── wifi-enterprise
│  │  │  ├── README.rst
│  │  │  ├── snippet.yml
│  │  │  │ wifi-enterprise.conf
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ reboot.c
│  │  │  ├── nrf54h
│  │  │  │  │ pm_s2ram.c
│  │  ├── realtek
│  │  │  ├── ec
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── Kconfig.soc
│  │  │  │  ├── common
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── pinctrl_soc.h
│  │  │  │  │  ├── rts5912_imgtool
│  │  │  │  │  │  │ img_gen.py
│  │  │  │  ├── rts5912
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── Kconfig.defconfig.rts5912
│  │  │  │  │  ├── Kconfig.defconfig.series
│  │  │  │  │  ├── Kconfig.soc
│  │  │  │  │  ├── debug_swj.c
│  │  │  │  │  ├── debug_swj.h
│  │  │  │  │  ├── device_power.c
│  │  │  │  │  ├── device_power.h
│  │  │  │  │  ├── power.c
│  │  │  │  │  ├── reg
│  │  │  │  │  │  ├── reg_gpio.h
│  │  │  │  │  │  ├── reg_rtmr.h
│  │  │  │  │  │  │ reg_system.h
│  │  │  │  │  ├── soc.c
│  │  │  │  │  │ soc.h
│  │  │  │  │ soc.yml
│  │  ├── sensry
│  │  │  ├── ganymed
│  │  │  │  ├── sy1xx
│  │  │  │  │  ├── common
│  │  │  │  │  │  │ pinctrl_soc.h
│  ├── subsys
│  │  ├── net
│  │  │  ├── l2
│  │  │  │  ├── wifi
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── wifi_mgmt.c
│  │  │  │  │  │ wifi_shell.c
│  │  │  ├── lib
│  │  │  │  ├── tls_credentials
│  │  │  │  │  ├── Kconfig.shell
│  │  │  │  │  │ tls_credentials_shell.c
│  │  │  │  ├── wifi_credentials
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ wifi_credentials_shell.c
│  ├── tests
│  │  ├── drivers
│  │  │  ├── i2c
│  │  │  │  ├── i2c_target_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l20pdk_nrf54l20_cpuapp.conf
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: 7dbe0e2658
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:7dbe0e2658_8bf7ca4353

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister - Skipped: Skipping Build & Test as it succeeded in a previous run: 8
  • ✅ Integration tests
    • ✅ test-sdk-audio - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-chip - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nfc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_cloud - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91 - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_crypto - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rs - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-fem - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-thread - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf-iot_mosh - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_positioning - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-wifi - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-low-level - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-dfu - Skipped: Job was skipped as it succeeded in a previous run
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2680 branch from bef57d3 to 6c33da7 Compare March 31, 2025 09:54
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2680 branch from 6c33da7 to f15c3f1 Compare April 1, 2025 08:51
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2680 branch from f15c3f1 to 0997ad5 Compare April 1, 2025 08:53
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2680 branch from 0997ad5 to afaa599 Compare April 1, 2025 16:45
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2680 branch from afaa599 to af9fe26 Compare April 1, 2025 16:46
@nordicjm
Copy link
Contributor

nordicjm commented Apr 2, 2025

Approving but this does not at all do anything to fix NCSDK-22549

@nika-nordic nika-nordic changed the title manifest: sdk-zephyr: [nrf fromlist] soc: nordic: add option for forcing RAM power on reboot manifest: sdk-zephyr: [nrf fromtree] soc: nordic: add option for forcing RAM power on reboot Apr 2, 2025
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2680 branch from af9fe26 to bf5799f Compare April 2, 2025 10:04
@NordicBuilder NordicBuilder removed the DNM label Apr 2, 2025
@nika-nordic
Copy link
Contributor

already included in another manifest update

@nika-nordic nika-nordic closed this Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants